home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 API Bible / Windows 95 API Bible 3 Disc Set.iso / Win32 API Bible Book 3 of 3.iso / chapte19 / pause.h < prev    next >
Text File  |  1996-04-29  |  565b  |  24 lines

  1.  
  2. #define IDM_EXIT             100
  3.  
  4. #define IDM_OPEN_DIALOG      202
  5. #define IDM_CLOSE            203
  6.                              
  7. #define IDM_PLAY             204
  8. #define IDM_PAUSE            206
  9. #define IDM_RESUME           207
  10. #define IDM_STOP             208
  11.  
  12. #define IDM_STEP_FORWARD     210
  13. #define IDM_STEP_BACKWARD    211
  14.  
  15. #define IDM_ABOUT            300
  16.  
  17. #define DLG_VERFIRST         400
  18. #define DLG_VERLAST          404
  19.  
  20. LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
  21. LRESULT CALLBACK About  (HWND, UINT, WPARAM, LPARAM);
  22.  
  23.  
  24.